ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / IItemsSource<T> Interface
Members






In This Topic
    IItemsSource<T> Interface
    In This Topic
    The interface of items source.
    Object Model
    IItemsSource<T> Interface
    Syntax
    'Declaration
     
    
    Public Interface IItemsSource(Of T) 
    'Usage
     
    
    Dim instance As IItemsSource(Of T)
    public interface IItemsSource<T> 
    public interface IItemsSource 
    JScript does not support Generics.
    public __gc __interface IItemsSource<T> 
    generic<typename T>
    public interface class IItemsSource 
    Type Parameters
    T
    See Also